How to Give PDC role and NTP To synchronize the Windows Time service (w32time) in an Active Directory environment:
Deployment of Active Directory and Time Sync config (Why time sync is super important)?
Deploying Active Directory (AD) and configuring time synchronization are crucial steps in setting up a Windows-based network infrastructure. Time synchronization is especially important in Active Directory environments due to several reasons:
- Authentication and Authorization:
- Replication:
- Logging and Auditing:
- Group Policy:
- Certificate Services:
How to Give PDC role and NTP To synchronize the Windows Time service (w32time) in an Active Directory environment: (All steps)
Go to Registry Editor of particular Server
Go to the parameters of the folder.
computer\HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\W32Time\Parameters
Double click on Type and change Value date NTP and click on ok.
Go to command prompt and type below commands:
Here you can see all roll are with Server1-PDC, if you want to transfer PDC role to ADC server than you should have to follow below steps:
Now go to DC2 > Tool > Active Directory User and computers
Right click on your domain name > choose “Operations Masters… (like below)
Click on PDC tab’ you should see below image
Click on the change button, it will transfer the PDC role from the primary server to ADC server.
It will ask you for permission just by clicking on the Yes button.and click on OK button
Now go to any server and type below command,you will see the PDC role into another server.
==================================================================================
Now go to any DC2 server and go to below address for NTP:
Now you can restart the system but if you are doing this in SERVER do need to restart the server just go to command prompt type below command:
You can go to another domain PC open command prompt as Administrator. And try the command below.
The End
Comments